Component org.nuxeo.ecm.platform.comment.service.default.graph
In bundle org.nuxeo.ecm.platform.comment.core
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.default.graph">
<extension target="org.nuxeo.ecm.platform.relations.services.RelationService"
point="graphs">
<graph name="documentComments" type="core">
<option name="doctype">CommentRelation</option>
<namespaces>
<namespace name="comment">http://www.nuxeo.org/comments/uid</namespace>
<namespace name="isCommentFor">
http://www.nuxeo.org/predicates/isCommentFor
</namespace>
<namespace name="document">http://www.nuxeo.org/document/uid</namespace>
</namespaces>
</graph>
</extension>
</component>